From 99d353003e91081086b8baeaf0ad59bf51f5c555 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 26 Apr 2017 14:44:06 +0100 Subject: [PATCH] build: Disable introspection generation Currently gobject-introspection is badly borked with Meson. This will need to be reverted. --- gtk/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/meson.build b/gtk/meson.build index badb3901bb..f191fd94f3 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -895,7 +895,7 @@ libgtk_dep = declare_dependency( link_args: common_ldflags) # Introspection -if not meson.is_cross_build() +if false gir_args = [ '--c-include=gtk/gtk.h', ] -- 2.30.2